var github.com/golang-jwt/jwt/v5.signingMethods
4 uses
github.com/golang-jwt/jwt/v5 (current package)
signing_method.go#L7: var signingMethods = map[string]func() SigningMethod{}
signing_method.go#L26: signingMethods[alg] = f
signing_method.go#L34: if methodF, ok := signingMethods[alg]; ok {
signing_method.go#L45: for alg := range signingMethods {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |